home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl5 / Debconf / Element / Editor / Progress.pm < prev    next >
Encoding:
Perl POD Document  |  2009-03-24  |  235 b   |  26 lines

  1. #!/usr/bin/perl -w
  2. # This file was preprocessed, do not edit!
  3.  
  4.  
  5. package Debconf::Element::Editor::Progress;
  6. use strict;
  7. use base qw(Debconf::Element);
  8.  
  9.  
  10.  
  11. sub start {
  12. }
  13.  
  14. sub set {
  15.     return 1;
  16. }
  17.  
  18. sub info {
  19.     return 1;
  20. }
  21.  
  22. sub stop {
  23. }
  24.  
  25. 1;
  26.